home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet internetowy
/
Rozne
/
HTTrack 3.40-2
/
httrack-3.40-2.exe
/
{app}
/
src_win
/
WinHTTrack
/
about.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-02-14
|
2KB
|
61 lines
#if !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)
#define AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// about.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cabout dialog
class Cabout : public CDialog
{
// Construction
public:
Cabout(CWnd* pParent = NULL); // standard constructor
char* GetTip(int id);
// Dialog Data
//{{AFX_DATA(Cabout)
enum { IDD = IDD_ABOUT };
CStatic m_splash;
CComboBox m_ctl_lang;
CString m_infover;
int m_lang;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cabout)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void OnHelpInfo2();
void setlang();
HCURSOR currentCurs;
// Generated message map functions
//{{AFX_MSG(Cabout)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnSelchangelang();
afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)